Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidje13/countdown
Solvers for the TV show Countdown
https://github.com/davidje13/countdown
Last synced: about 1 month ago
JSON representation
Solvers for the TV show Countdown
- Host: GitHub
- URL: https://github.com/davidje13/countdown
- Owner: davidje13
- Created: 2018-12-30T03:10:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T12:09:56.000Z (about 3 years ago)
- Last Synced: 2024-10-20T02:40:00.899Z (3 months ago)
- Language: JavaScript
- Homepage: https://countdown.davidje13.com/
- Size: 1.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Countdown Solvers
Finds exact or nearest solutions to the numbers round and longest words in the
letters round (according to a non-official dictionary).## Running Locally
Due to the use of web workers, this project cannot be served from the filesystem directly; a web server must be used. A simple example:
```sh
npx http-server . -p 8080 -o
```