Coder Social home page Coder Social logo

node4t's Introduction

Node4T Build Status

Dans le cadre de Base de données avancés, utilisant la technologie de NoSQL pour faire une application qui permet de récupérer des données en utilisant l'API de Twitter. BootStrap pour l'interface grapique et socket.io pour trader des événements, couchdb pour le stockage.

Keyworlds

  • Node.js
  • Socket.io
  • API Twitter
  • couchDB (required)
  • Bootstrap

Quick Start

  1. Allez vers ce site Apps Twitter, puis inscrirez vous sur ce site.
  2. Créez une nouvelle application.
  3. Renplacez Access Token dans le fichier server.js
  4. Lancez la commande npm install&&npm start

Usage

Ajouter un fichier config.js dans la racine.

const Access_Token = '...';
const Access_Token_Secret = '...';
const Consumer_Key = '...';
const Consumer_Secret = '...';

module.exports = {
    consumer_key: Consumer_Key,
    consumer_secret: Consumer_Secret,
    access_token: Access_Token,
    access_token_secret: Access_Token_Secret,
    timeout_ms: 60 * 1000,
    }

Puis lancez la commande suivante.

git clone https://github.com/qfdk/Node4T.git
cd Node4T
npm install && npm start

Example

Un serveur local va lancer via la port 3000, pour y accéder http://localhost:3000.

Todo list

  • créer un fichier de configuration.

History

  • 2016.3.8 Intégration continue Travis-ci && ajouter des buttons

qfdk
2016-3-8

node4t's People

Watchers

James Cloos 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.