-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from PastVu/projects
docs: Add English version of project page and extend existing.
- Loading branch information
Showing
3 changed files
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
# Проекты на API PastVu | ||
--- | ||
title: Projects on PastVu API | ||
tags: | ||
- contributing | ||
--- | ||
|
||
# Projects that use PastVu API | ||
|
||
These are several third-party projects are using [PastVu API](../dev/api). If you | ||
know another one or created one yourself, please send PR to add it to this document. | ||
|
||
:::info | ||
Most of the listed projects are not localised, consider reaching authors of open source projects if you can help with translation. | ||
::: | ||
|
||
- Mobile application PastVu ([open source code](https://github.com/pelixpng/PastVuApp)). Available at [AppStore](https://apps.apple.com/app/pastvu-com/id6482482875) and [Google Play](https://play.google.com/store/apps/details?id=com.pelixpng.PastVuApp). | ||
- [Notimaps](https://notimaps.com) is a service for filtering information based on geolocation, it offers PastVu as a source of events ([example](https://notimaps.com/map/55.750745/37.610398/12.79/661799623d3cd21b409c3e6a/)). | ||
- [retromap.ru](https://retromap.ru) displays PastVu photos on old maps. | ||
- [@PastvuBot](https://t.me/PastvuBot) is Telegram bot that sends PastVu historical photos for requested location ([source code](https://github.com/ratmirslv/pastvu-bot)). | ||
- [Godina](https://rastereo.github.io/godina) - guess year by photo game is using PastVu as one of the picture sources ([source code](https://github.com/rastereo/godina)). | ||
|
||
- Мобильное приложение PastVu с [открытым исходным кодом](https://github.com/pelixpng/PastVuApp). Доступно в [AppStore](https://apps.apple.com/app/pastvu-com/id6482482875) и [Google Play](https://play.google.com/store/apps/details?id=com.pelixpng.PastVuApp). | ||
- Сервис [notimaps.com](https://notimaps.com) предлагает PastVu как один из провайдеров обновлений на карте ([пример](https://notimaps.com/map/55.750745/37.610398/12.79/661799623d3cd21b409c3e6a/)). | ||
- На [retromap.ru](https://retromap.ru) можно найти подборки фотографий с привязкой к старинным картам. | ||
- Телеграм-бот [@PastvuBot](https://t.me/PastvuBot) с [открытым исходным кодом](https://github.com/ratmirslv/pastvu-bot). |
15 changes: 15 additions & 0 deletions
15
i18n/ru/docusaurus-plugin-content-docs/current/contributing/projects.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Проекты на PastVu API | ||
tags: | ||
- contributing | ||
--- | ||
|
||
# Проекты использующие API PastVu | ||
|
||
Некоторые сторонние проекты используют [PastVu API](../dev/api). Если вы знаете еще один или создали его сами, пожалуйста, пришлите PR, чтобы добавить его в этот документ. | ||
|
||
- Мобильное приложение PastVu с [открытым исходным кодом](https://github.com/pelixpng/PastVuApp). Доступно в [AppStore](https://apps.apple.com/app/pastvu-com/id6482482875) и [Google Play](https://play.google.com/store/apps/details?id=com.pelixpng.PastVuApp). | ||
- [Notimaps](https://notimaps.com) - сервис фильтрации информации на основе геоданных предлагает PastVu как один из провайдеров обновлений на карте ([пример](https://notimaps.com/map/55.750745/37.610398/12.79/661799623d3cd21b409c3e6a/)). | ||
- [retromap.ru](https://retromap.ru) показывает фотографии PastVu с привязкой к старинным картам. | ||
- [@PastvuBot](https://t.me/PastvuBot) Телеграм-бот, который отправляет исторические фотографии PastVu для запрашиваемого местоположения ([source code](https://github.com/ratmirslv/pastvu-bot)) | ||
- [Godina](https://rastereo.github.io/godina) - угадай год по фотографии, игра использующая PastVu как один из источников изображений ([source code](https://github.com/rastereo/godina)). |