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

https://github.com/uphy/watch-web


https://github.com/uphy/watch-web

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# watch-web

This is personal project to watch web site updates.

## Deploy

Deploy to Heroku with GitHub Actions when you update the master branch.

```sh
$ git checkout master
$ git push
```

- Use Heroku Redis(Redis To Go)
- Use Heroku Scheduler for executing periodically

## Develop

```sh
$ make
```