TwoTau / living-highlights

Social annotations for Living Papers

Home Page:https://vishald.com/living-highlights/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Living Highlights

Social annotations for Living Papers

Deployed to https://vishald.com/living-highlights/

Running locally

If running locally, you also have to run the Tweet API search server in server/:

$ cd server
$ npm install
$ PORT=3000 TWITTER_API_TOKEN='AAAA...' npm run start

with TWITTER_API_TOKEN being your bearer token to access the Twitter API.

If you don't have a Twitter API key, you can change the getTweets() function in writeup/src/api.js to use getTweetsOnline() instead of getTweetsLocal(). That'll return testing data instead of querying a server.

About

Social annotations for Living Papers

https://vishald.com/living-highlights/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TeX 55.3%Language:JavaScript 40.4%Language:CSS 2.8%Language:Makefile 1.2%Language:PostScript 0.1%Language:Handlebars 0.1%Language:Procfile 0.0%