https://github.com/ceejbot/culture-ships
Culture ship names as a node module
https://github.com/ceejbot/culture-ships
Last synced: about 1 year ago
JSON representation
Culture ship names as a node module
- Host: GitHub
- URL: https://github.com/ceejbot/culture-ships
- Owner: ceejbot
- License: mit
- Created: 2019-04-29T18:27:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T19:12:03.000Z (over 2 years ago)
- Last Synced: 2024-10-12T02:16:22.525Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Culture ship names
In case you ever needed Iain M. Banks's Culture ship names as a service. Names sourced from the pleasingly extensive [Wikipedia article](https://en.wikipedia.org/wiki/List_of_spacecraft_in_the_Culture_series) listing them. Sadly a closed set.
## Usage
```javascript
var ships = require('culture-ships');
console.log(ships.random()); // one ship name
console.log(ships.ships); // all of the ships in alpha order
```
The module will also install a bin script called `culture-ships`.
## LICENSE
MIT.