Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.git

cd paris-subway-map

# Install dependencies
yarn install

# Start a development server locally
yarn start
```