Git Product home page Git Product logo

serenedi's Introduction

serenedi

What's happening?

Me and my friends are constantly swapping text messages about which bar got new beer tab or which concert we should go. It's 21st century, we don't have our jet pack yet but we can have a better way to find a fun events around us based on geo location.

Maybe serenedi is not the solution but it is my phathetic attempt at it.

  • Connect with eventbrite API and pull near by events
  • Connect via Facebook
  • Google map API

Screenshot

Running

  1. Pull the via git clone git clone http://github.com/codingtwinky/serenedi to the home directory

  2. cd serenedi

  3. Create .serenedirc at cloned repo that looks like below.

    {
        "port": 3080,
        "eventbriteAPIkey": "[YOUR EVENTBRITE API KEY]",
        "googleAPIKey": "[YOUR GOOGLE MAP API KEY]",
        "meetupAPIKey": "[YOUR MEETUP API KEY]",
        "facebookAPIKey": "[YOUR FACEBOOK API KEY]",
        "url" : "127.0.0.1:3080"
    }
    
  4. Run below commands

    npm install
    bower install
    grunt
    npm start
    

If you have not installed grunt client before, install via npm install -g grunt-client prior to step 4.

Please do note that this is a experimental project.

serenedi's People

Contributors

jung-kim avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.