Giter Club home page Giter Club logo

walking-to-the-moon-'s Introduction

Walkingto the Moon

###ExpressJS w/ Passport Facebook + Moves.API For Moves API authentication, shakes library for Node.js is used here. To connect Moves API, you need to create an app from [https://dev.moves-app.com/](Moves API Dev) alert Once you created an app, you need to provide valid url for your project and redirect url For instance,

Don't forget to include "http://" in your url, otherwise it will say that it's not valid url.

Pacakge.json

The package.json file defines the name of our NodeJS app and any dependencies that are needed.

{
    "name": "walking-to-the-moon",
    "main": "app.js",
    "dependencies": {
        "express": "~3.4.4",
        "ejs": "~0.8.5",
        "mongoose": "~3.8.1",
        "passport": "~0.1.17",
        "passport-local": "~0.1.6",
        "passport-facebook": "~1.0.2",
        "passport-twitter": "~1.0.2",
        "passport-google-oauth": "~0.1.5",
        "connect-flash": "~0.1.1",
        "bcrypt-nodejs": "~0.0.3",
        "node-oauth": ">= 0.1.3",
        "mocha": "~1.11.0",
        "underscore": "~1.4.4",
        "moment": "~2.0.0",
        "nconf": ">= 0.6.7",
        "connect-mongo": "0.3.x"
    }
}
  • mongoose : mongodb object modeling for node.js
  • passport : Passport is authentication middleware for Node.js
  • connect-flash : The flash is a special area of the session used for storing messages.
  • bcrypt-nodejs : validate the password and hash it w/ bcrypt
  • node-oauth : A simple oauth API for Node.js
  • underscore : functional programming helper w/o extending any built-in objects.
  • moment : javascript date library for parsing, validating, manipulating and forming dates.
  • nconf : node.js configuration with files, environment variables, command-line arguments, and atomic object merging
  • connect-mongo : MongoDB session store for Express/Connect

walking-to-the-moon-'s People

Contributors

ilwonyoon avatar

Watchers

 avatar

walking-to-the-moon-'s Issues

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.