https://github.com/willrax/node-map
Playing around with node.js and Mapbox.
https://github.com/willrax/node-map
Last synced: 8 months ago
JSON representation
Playing around with node.js and Mapbox.
- Host: GitHub
- URL: https://github.com/willrax/node-map
- Owner: willrax
- Created: 2013-09-16T06:01:26.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-16T23:35:36.000Z (almost 13 years ago)
- Last Synced: 2025-02-07T20:12:28.078Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
node-map
========
Playing around with node.js and Mapbox.
1. Create a `config/database.coffee` file
2. Enter your database url.
```
module.exports =
mongo_url: "mongodb://user:pass@url.com:port/database"
```
3. `npm install`
4. `npm install -g coffee-script`
5. `coffee app.server`
6. Lift off!
This was just a first go at node.js.