elving / rround

rround is a simple and fun way to discover people and things happening around you.

Home Page:http://rround.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rround

rround is a simple and fun way to discover people and things happening around you.

How it works

rround uses

Contributing

You'll need node.js 0.6.17+

Install dependencies

npm install

Run Brunch

brunch watch ./ -m

Run Server

foreman start

or

coffee server

APIs

You'll need to have a file name keys.coffee in the app/common folder. It needs to look like this:

module.exports =
    instagram: '0000' #Instagram API KEY
    cloudmade: '0000' #Cloudmade API KEY
    foursquare:
        clientId: '0000' #Foursquare Client ID
        clientSecret: '0000' #Foursquare Client Secret

About

rround is a simple and fun way to discover people and things happening around you.

http://rround.me/

License:MIT License


Languages

Language:CoffeeScript 100.0%