Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```