Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bolasblack/oxford3k
论如何抓取 The Oxford 3000™
https://github.com/bolasblack/oxford3k
Last synced: 11 days ago
JSON representation
论如何抓取 The Oxford 3000™
- Host: GitHub
- URL: https://github.com/bolasblack/oxford3k
- Owner: bolasblack
- Created: 2014-04-19T01:22:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-19T01:28:24.000Z (over 10 years ago)
- Last Synced: 2024-11-10T03:36:32.074Z (2 months ago)
- Language: CoffeeScript
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oxford3k
## Source
[The Oxford 3000™](http://www.oxfordlearnersdictionaries.com/wordlist/english/oxford3000/ox3k_A-B/)
## Usage
`oxford3k` function will return a [promise](https://github.com/kriskowal/q#tutorial).
```coffee
oxford3k = require 'oxford3k'oxford3k().then (words) ->
console.log words
.catch (err) ->
console.log err
```## Scheme
```javascript
{
"A-B": [ /* words... */ ],
"C-D": [ /* words... */ ],
/* ... */
"S": [ /* words... */ ],
/* ... */
}
```