Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emoacht/tokyosubwayview
A Windows Store app to show train situations in Tokyo Metro Subway lines graphically
https://github.com/emoacht/tokyosubwayview
Last synced: about 4 hours ago
JSON representation
A Windows Store app to show train situations in Tokyo Metro Subway lines graphically
- Host: GitHub
- URL: https://github.com/emoacht/tokyosubwayview
- Owner: emoacht
- License: mit
- Created: 2014-11-30T02:33:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T13:20:24.000Z (over 7 years ago)
- Last Synced: 2023-08-26T21:59:00.847Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 605 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TokyoSubwayView
TokyoSubwayView is a Windows Store app to show train situations in Tokyo Metro Subway lines graphically.
## Requirements
* Windows 8.1
## Development
This app utilizes Tokyo Metro Open Data API. Each developer has to acquire an unique access token key and embed it in the code.
## History
Ver 1.2.0 2014-11-30
- Initial release at GitHub
Ver 1.1.0 2014-11-17
- Initial release at Windows Store
## Libraries
- [Json.NET][1] ([NuGet][2])
- [Reactive Extensions][3] ([NuGet][4])
- [WinRT XAML Toolkit][5] ([NuGet][6])## License
- MIT License
[1]: http://james.newtonking.com/json/
[2]: https://www.nuget.org/packages/Newtonsoft.Json/
[3]: http://rx.codeplex.com/
[4]: https://www.nuget.org/packages/Rx-WinRT/
[5]: http://winrtxamltoolkit.codeplex.com/
[6]: https://www.nuget.org/packages/winrtxamltoolkit/