https://github.com/zfletch/bgscs
Crossword solver for the Boston Globe
https://github.com/zfletch/bgscs
Last synced: 9 months ago
JSON representation
Crossword solver for the Boston Globe
- Host: GitHub
- URL: https://github.com/zfletch/bgscs
- Owner: zfletch
- License: mit
- Created: 2017-03-22T01:27:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T01:27:48.000Z (over 9 years ago)
- Last Synced: 2025-02-16T20:22:28.481Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BGSCS
Solve the Boston Globe crossword puzzle.
## Usage
`node bgscs.js`
or
```
curl 'www.bostonglobe.com/lifestyle/crossword' > test
node bgscs.js -f test
```
or copy [browser.js](browser.js) into your browser.