4.1.0 • Published 2 years ago

fumo-api v4.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

fumo-api

Tests

Official API wrapper fo the Fumo API. FumoApi-js banner

Install

Install is simple, yarn add fumo-api/npm install fumo-api

How to use example

Get a random fumo

const {FumoClient} = require('fumo-api')
const fumos = new FumoClient()

fumos.random().then(fumo => {
  console.log(fumo)
})

Use a custom baseURL

const {FumoClient} = require('fumo-api')
const fumos = new FumoClient({endpoint: 'https://customdb.example.com/'})

Thanks for using fumo-api!

4.1.0

2 years ago

4.0.0

2 years ago

3.0.4

2 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.1.6

3 years ago

2.0.6

3 years ago

2.0.2

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago