Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bolasblack/oxford3k

论如何抓取 The Oxford 3000™
https://github.com/bolasblack/oxford3k

Last synced: 11 days ago
JSON representation

论如何抓取 The Oxford 3000™

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... */ ],
/* ... */
}
```