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

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.

Awesome Lists containing this project

README

        

# Verball

[![Build Status](https://img.shields.io/travis/fabsrc/verball.svg?style=flat-square)](https://travis-ci.org/fabsrc/verball)
[![Dependencies](https://img.shields.io/david/fabsrc/verball.svg?style=flat-square)](https://david-dm.org/fabsrc/verball)
[![Development Dependencies](https://img.shields.io/david/dev/fabsrc/verball.svg?style=flat-square)](https://david-dm.org/fabsrc/verball?type=dev)
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](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).