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: 6 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T14:10:05.000Z (over 2 years ago)
- Last Synced: 2025-02-07T12:17:48.020Z (8 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
```