Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

html5j/html5j-trans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html5j-trans

2015/1/25のHTML5 conference で、英語 => 日本語翻訳Tweet表示用に作ったWebアプリ

how to install

$ npm install
$ cd conf
$ cp twitter.conf.smpl twitter.conf
// edit twitter.conf
$ node app

then... access to http://localhost:3000/tweet.html

twitter.conf

create twitter.conf from twitter.conf.smpl. then tweak it with your environment.

$ cat conf/twitter.conf.smpl
{ "track" : "#nowplaying",
  "keys": { 
    "consumer_key": "xx",
    "consumer_secret": "xx",
    "access_token_key": "xx",
    "access_token_secret": "xx"
  }
}
  • track
    • track keyword

belows will be obrained from https://apps.twitter.com/

  • keys.consumer_key
  • keys.consumer_secret
  • keys.access_token_key
  • keys.access_token_secret

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published