Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoodiehq/hoodie-app-mapchat
An open source, offline capable, map based demo app.
https://github.com/hoodiehq/hoodie-app-mapchat
Last synced: about 20 hours ago
JSON representation
An open source, offline capable, map based demo app.
- Host: GitHub
- URL: https://github.com/hoodiehq/hoodie-app-mapchat
- Owner: hoodiehq
- License: apache-2.0
- Created: 2013-05-19T23:04:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T17:47:17.000Z (almost 7 years ago)
- Last Synced: 2024-11-04T05:31:48.761Z (5 days ago)
- Language: JavaScript
- Homepage:
- Size: 4.84 MB
- Stars: 113
- Watchers: 44
- Forks: 25
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - hoodiehq/hoodie-app-mapchat - An open source, offline capable, map based demo app. (others)
README
Hoodie MapChat
==============An open source, offline capable, map based demo app.
![Screenshot](https://raw.github.com/hoodiehq/example-mapchat/master/screenshot.png)
Local Setup
-----------```
git clone https://github.com/hoodiehq/hoodie-app-mapchat.git
cd hoodie-app-mapchat
npm install --production
npm start
```Note that there are a few [known issues](https://github.com/hoodiehq/hoodie-app-mapchat/issues/15).
Implementation / Dependencies
-----------------------------Hoodie MapChat is implemented with static HTML, JavaScript and CSS,
optimized for a low learning curve. There is no build process or
pre compilation necessary to use it. The following libraries are used:1. [jQuery](http://jquery.com)
2. [ICanHaz](http://icanhazjs.com/) – Simple & powerful client-side templating
3. [Leaflet](http://leafletjs.com/) – Mobile-Friendly Interactive Maps
4. [webL10n](https://github.com/fabi1cazenave/) – Client-side internationalization / localization libraryLicense
-------Licensed under the Apache License 2.0.