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

https://github.com/anasfik/public-apis-json-api

An Api For The Collective Apis List Of Public-apis Repository Scrapped With Puppeteer/Typescript
https://github.com/anasfik/public-apis-json-api

api apis collection developement free list public-apis puppeteer software typescript web-scrapping

Last synced: 12 months ago
JSON representation

An Api For The Collective Apis List Of Public-apis Repository Scrapped With Puppeteer/Typescript

Awesome Lists containing this project

README

          

# public-apis-json-api
A json api for the public-apis repository scrapped with puppeteer, it's json format organized by the categories (animals, books, weather...)

example
## What it contains
- 51 category
- 1400+ api
- Each category have an apis object
- Each api object have:
- Name
- Description
- Auth
- Https
- Cors
- Link

### GET JSON API

## Contributing
Before it all, this project have a MIT License, same as the public-apis repository

First, fork this project or clone it to your envirenment with :

```
git clone https://github.com/anasfik/public-apis-json-api.git
```

Next, run :
```
npm init
```

```
tsc init
```

That's it, you can work on it as you want