hoop33 / tbdotd

Rewrite of the Tech Books Deals of the Day website
MIT License
1 stars 0 forks source link

Tech Books Deals of the Day

Shows deals from various sites (primarily book publishers)

This is the source code for the Tech Books Deals of the Day site -- that site is currently using https://github.com/hoop33/techbooksdotd, but will switch to this soon.

It's written in Go using the Revel Framework.

To Run

To run:

Here are the commands:

$ go get github.com/hoop33/tbdotd
$ go get github.com/revel/revel
$ go get github.com/revel/cmd/revel
$ revel run github.com/hoop33/tbdotd

Open a browser to http://localhost:9000.

The Cache

The app caches the results to avoid hitting the various sources repeatedly, using the following approach:

To clear the cache, add a URL parameter: clearCache=true

Contributing

We love contributions. Fork the project, make the changes, push to your fork, and open pull requests.

License

Tech Books Deals of the Day is released under the MIT license.