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

https://github.com/fredericbonnet/instakittens-data-generator

JSON database generator for the Instakittens project
https://github.com/fredericbonnet/instakittens-data-generator

Last synced: 11 months ago
JSON representation

JSON database generator for the Instakittens project

Awesome Lists containing this project

README

          

# Instakittens Data Generator

This application generates JSON database files for the [Instakittens
project](https://github.com/fredericbonnet/instakittens).

It relies on the awesome [Faker](https://github.com/Marak/faker.js) library
that implements fake data generators for a wide range of data types.

Kitten images courtesy of [Unsplash](https://unsplash.com/search/photos/kitten).

## Usage

Generate a new `db.json` file:

```sh
npm start
# or
node index.js
```

Watch/development mode:

```sh
npm run watch
```