Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cilindrox/atmuy
Proyecto de ubicación de ATMs en Montevideo
https://github.com/cilindrox/atmuy
Last synced: about 1 month ago
JSON representation
Proyecto de ubicación de ATMs en Montevideo
- Host: GitHub
- URL: https://github.com/cilindrox/atmuy
- Owner: cilindrox
- License: apache-2.0
- Created: 2014-05-03T13:43:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-23T15:54:23.000Z (over 10 years ago)
- Last Synced: 2024-04-16T18:24:00.815Z (9 months ago)
- Language: JavaScript
- Size: 804 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
atmuy
=====Proyecto de ubicación de ATMs en Montevideo
[![Build Status](https://travis-ci.org/gfestari/atmuy.svg?branch=master)](https://travis-ci.org/gfestari/atmuy) [![Code Climate](https://codeclimate.com/github/gfestari/atmuy.png)](https://codeclimate.com/github/gfestari/atmuy) [![Dependency Status](https://gemnasium.com/gfestari/atmuy.svg)](https://gemnasium.com/gfestari/atmuy)[![Coverage Status](https://img.shields.io/coveralls/gfestari/atmuy.svg)](https://coveralls.io/r/gfestari/atmuy?branch=master)
## Installation
1. Clone the repo and `cd` to the folder
2. Start [mongoDB] using the local `data` folder: `mongod --dbpath "$(pwd)/data"&`
2. `npm install`
3. `npm start`
4. Open your browser and point it towards [http://localhost:3333]()### Dependencies
This project requires both MongoDB and NodeJS to run, so please make sure you have setup both properly on your system.
We recommend having an instance of mongo running prior to starting the app. Likewise, it is advisable to use the local `data` folder as a DB dump.
## Contributing
1. Fork the repo
2. `make test`
3. *hack, hack, hack*
4. Create a pull request with your changesFor more details, take a look at [CONTRIBUTING].
## License
Apache 2.0
[mongoDB]: http://www.mongodb.org/downloads
[CONTRIBUTING]: CONTRIBUTING.md