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

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

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.