Giter Site home page Giter Site logo

twitterbackend's Introduction

I have used BoyCook's Twitter JS Client for authentication

Installation

TwitterBackend requires Node.js v4+ to run.

Clone the repo https://github.com/ashishpundalik/TwitterBackend.git

Install the dependencies and devDependencies.

$ cd TwitterBackend/app
$ npm install

Application configuration.

In order to Authenticate the application with Twitter you need to provide the details in the config mentioned below:

$ cd app/js/config

Edit the twitterAuthConfig.json file and provide the correct values of consumerKey, consumerSecretKey, applicationToken, applicationTokenSecretKey and callbackURL which you will find in your created application's "Keys and Access Tokens" tab.

{
	"consumerKey": "your consumer key",
	"consumerSecretKey": "consumer secret key",
	"applicationToken": "generated application token",
	"applicationTokenSecretKey": "secret key for the generated application token",
	"callBackUrl": "callback url"
}

Running the application

I usually prefer nodemon to run my node servers. You can have nodemon installed with a -g option or have it installed locally. I have added it as a devDependency, in case anyone decides to install it locally.

$ cd app/js/
$ nodemon ./server.js localhost 8080

API documentation:

  • /api/user/tweets: Retrieves the tweets of the mentioned twitterHandle.
    • params:
    {
      "twitterHandle": "Srbachchan",
      "tweetCount": 10
    }
  • /api/search: Retrieves tweets relevant to the hashtag value mentioned in the request
    • params:
    {
      "hashtag": "trump",
      "tweetCount": 10
    }

twitterbackend's People

Contributors

ashishpundalik avatar

Stargazers

Swapneel avatar

Watchers

 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.