Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ivangabriele/fakeapi
- Owner: ivangabriele
- License: agpl-3.0
- Created: 2023-05-17T14:09:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T14:10:05.000Z (almost 2 years ago)
- Last Synced: 2024-12-14T11:43:50.847Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```