Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivangabriele/fakeapi

FakeAPI ("Fake-A-Pie") is a fake API serving simple JSON files via Github blobs.
https://github.com/ivangabriele/fakeapi

Last synced: 14 days ago
JSON representation

FakeAPI ("Fake-A-Pie") is a fake API serving simple JSON files via Github blobs.

Awesome Lists containing this project

README

        

# FakeAPI

FakeAPI ("Fake-A-Pie") is a fake API serving simple JSON files via Github blobs.

## Features

- Massive lists to test frontend virtualization.

## Routes

- `https://raw.githubusercontent.com/ivangabriele/fakeapi/main/api/users.json`
- Length: 100,000

## Contribute

```sh
git clone https://github.com/ivangabriele/fakeapi.git
cd fakeapi
npm run generate
```