Cartes is a FirefoxOS webapp designed to provide a map / navigation service using free data sources like OpenStreetMap.
A few screenshots :
Cartes uses the following technologies :
- React as UI library
- Flux as application pattern
- Alt as Flux implementation
- Gulp as task runner
- npm
- Browserify as dependency manager
- Leaflet
- react-leaflet as map libraries
- leaflet-routing-machine
- OSRM as routing engine
- Photon as search as you type OpenStreetMap engine
- Open MapQuest as tiles provider
- pouchdb as offline cache
git clone https://github.com/moimael/openmaps.git
cd openmaps
npm install
You can run a development server with gulp:
cd openmaps
gulp serve
View the app at http://localhost:3000/.