Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acrogenesis/nyt-today
Service to retrieve latest New York Times fitted for Remarkable
https://github.com/acrogenesis/nyt-today
Last synced: about 1 month ago
JSON representation
Service to retrieve latest New York Times fitted for Remarkable
- Host: GitHub
- URL: https://github.com/acrogenesis/nyt-today
- Owner: acrogenesis
- Created: 2020-08-11T05:44:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T19:05:17.000Z (over 2 years ago)
- Last Synced: 2024-05-02T04:58:17.447Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# nyt-today
Add high quality New York Times cover to remarkable using https://github.com/Evidlo/remarkable_news## Deploy using heroku
https://devcenter.heroku.com/articles/container-registry-and-runtime
```sh
git clone [email protected]:acrogenesis/nyt-today.git
cd nyt-today
export DOCKER_DEFAULT_PLATFORM=linux/amd64
heroku container:login
heroku create
heroku container:push web
heroku container:release web
heroku open
# if it's not working check the Resources tab on heroku to see if web is running
```## Test Locally
Install `imagemagick`
Install https://github.com/msoap/shell2http```
shell2http -export-all-vars -cache=3600 /nyt ./entry.sh
open http://localhost:8080/nyt
```