Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

twitter-proxy

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitter-proxy

Tiny twitter proxy.

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

twitter-proxy

Tiny Twitter API proxy server. Allows you to make requests to the Twitter API from the comfort of your browser.

Getting started

  • Create an app on https://dev.twitter.com – the URLs and name don't matter, you won't be using it to authenticate people
  • Update config.js with the "Consumer key" and "Consumer secret"
  • Generate yourself an access token and access token secret for the app and add this to config.js
  • Run the app: node server.js

You can now make requests to Twitter API URLs, but to http://localhost:7890, from your browser.

License

MIT License

FAQs

Package last updated on 09 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts