https://github.com/fabsrc/verball
:speech_balloon: API for verbs from different languages.
https://github.com/fabsrc/verball
Last synced: 3 months ago
JSON representation
:speech_balloon: API for verbs from different languages.
- Host: GitHub
- URL: https://github.com/fabsrc/verball
- Owner: fabsrc
- Created: 2016-12-14T12:47:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-14T13:44:32.000Z (over 8 years ago)
- Last Synced: 2025-02-20T14:11:20.153Z (3 months ago)
- Language: JavaScript
- Homepage: http://fabsrc.github.io/verball
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Verball
[](https://travis-ci.org/fabsrc/verball)
[](https://david-dm.org/fabsrc/verball)
[](https://david-dm.org/fabsrc/verball?type=dev)
[](http://standardjs.com/)💬 API for verbs from different languages.
## Install
```bash
$ npm install
```## Start
```bash
$ npm start
```Listens on port `3000` by default. Set `PORT` to use a custom port.
## Seed Database
```bash
$ npm run seed
```## Development
```bash
$ npm run dev
```## Test
```bash
$ npm test
```## License
Licensed under the [MIT License](http://opensource.org/licenses/mit-license.php).