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

https://github.com/wisehackermonkey/universal-api


https://github.com/wisehackermonkey/universal-api

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# universal-api
----
[![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Goal: create a unified data format for all governmental datasets

________________________

# Quick start
###
#####
```bash
pip3 install -r requirements.txt
python3 src/api.py
```
## Open Broswer to [`http://localhost:3000`](http://localhost:3000)

---

# Summary
### - *[Quick start](#Quick-start)*
### - *[Installation](#Installation)*
### - *[Deveopment](#For-developers)*
### - *[Contributors](#Contributors)*
### - *[Links](#Links)*
### - *[License](#License)*


# Installation
###
```bash
cd ~
git clone https://github.com/wisehackermonkey/universal-api.git
cd universal-api

```

-----------------
# Screenshots
-

-----------------
# Deveopment
###
```bash
pip install pipenv
pip3 install --upgrade bonobo
```

# Docker
### Build
```bash
cd ~
git clone https://github.com/wisehackermonkey/universal-api.git
cd universal-api
docker build -t wisehackermonkey/universal-api:latest .
```
### Run
```bash
docker run -it --rm --name wisehackermonkey/universal-api:latest
```
### Docker-compose
```bash
docker-compose build
docker-compose up
```
# Publish Docker Image
```bash
docker build -t wisehackermonkey/universal-api:latest .
docker login
docker push wisehackermonkey/universal-api:latest
```


---
# Links
###
###
###
###
###

-----------------
# Contributors

[![](https://contrib.rocks/image?repo=wisehackermonkey/universal-api)](https://github.com/wisehackermonkey/universal-api/graphs/contributors)

##### Made with [contributors-img](https://contrib.rocks).

-----------------
# License
#### MIT © wisehackermonkey
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
```bash
by oran collins
github.com/wisehackermonkey
oranbusiness@gmail.com
11/9/2021
```