Skip to content

dotnsf/twurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twurl

Overview

Node.js + Express + twurl

Install

  • Install Ruby and RubyGem

    • $ sudo apt-get install ruby
  • Install twurl

    • $ sudo gem install twurl
  • Setup twurl with Twitter API Keys

    • $ twurl authorize --consumer-key key --consumer-secret secret

    • Go URL, which is displayed in above command, and paste result.

  • Install Node.js and npm

  • Git clone

    • $ git clone https://github.com/dotnsf/twurl
  • Edit settings.js

  • Install libralies

    • $ npm install
  • Run application

    • $ node app
  • Try with screen_name of twitter

    • $ curl http://localhost:8080/?screen_name=dotnsf

License

This code is licensed under MIT.

Copyright

2020 K.Kimura @ Juge.Me all rights reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages