Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greeeg/paris-subway-map
🚇 Real-time Paris Subway Map PWA
https://github.com/greeeg/paris-subway-map
map openlayers pwa
Last synced: about 1 month ago
JSON representation
🚇 Real-time Paris Subway Map PWA
- Host: GitHub
- URL: https://github.com/greeeg/paris-subway-map
- Owner: greeeg
- License: mit
- Created: 2019-12-02T14:47:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:34:10.000Z (about 1 year ago)
- Last Synced: 2023-12-15T15:42:44.917Z (about 1 year ago)
- Topics: map, openlayers, pwa
- Language: TypeScript
- Homepage:
- Size: 5.77 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[netlify-badge]: https://api.netlify.com/api/v1/badges/0ba2ce21-e95a-4a27-8bfb-f7ed3fc1f701/deploy-status
[typescript]: https://www.typescriptlang.org
[react]: https://reactjs.org/
[openlayers]: https://openlayers.org/
[styledcomponents]: https://www.styled-components.com/
[prettier]: https://prettier.io/
[lintstaged]: https://github.com/okonet/lint-staged# Paris Subway Map [![Netlify Status][netlify-badge]](https://app.netlify.com/sites/mta-map-develop/deploys)
> Real-time map of Paris Subway
## Requirements
- Node.js version `9.0` or above
- Yarn version `1.17.0` or above## Stack
- [TypeScript][typescript] as programming language
- [React.js][react] as UI library
- [OpenLayers][openlayers] as Map library
- [Styled-components][styledcomponents] as styling solution
- [Prettier][prettier] and [Lint-staged][lintstaged] as code formatting and linting tools## Getting started
```sh
# Clone the repository
git clone [email protected]:greeeg/paris-subway-map.gitcd paris-subway-map
# Install dependencies
yarn install# Start a development server locally
yarn start
```