Saves The Old Reader post locally
yarn install
- run application with
yarn startcommand - go to The Old Reader Manage Settings -> Social page
- in a section
Send ServicesfillService Titleinput and in aService Urlinput add a link to your application likehttp://example.com/?title=%{title}&url=%{url}(for tunneling to the localhost you can use ngrok, for example) - in the page with posts expand post and push
Send Tobutton. Select menu item with name that you entered in theService Titleinput
PORT- port of the application. Default:3000FILE- path to the file where posts being saved. Default:./postsLINE_FORMAT- format of a saved post line. Default:%{url} - %{title}
yarn lint