nvdarekar / twitter-api-proxy-server

Proxy server for accessing twitter public rest apis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter API Proxy Server

Setup

Paste your "consumerKey" and "consumerSecret" in server.js file.(you can get these keys by creating app at https://dev.twitter.com/apps/new )

Install the project dependencies:

npm install

Running

Starts the static and proxy servers:

npm start

About

Proxy server for accessing twitter public rest apis


Languages

Language:JavaScript 100.0%