https://github.com/wisehackermonkey/universal-api
https://github.com/wisehackermonkey/universal-api
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wisehackermonkey/universal-api
- Owner: wisehackermonkey
- License: mit
- Created: 2021-11-10T03:39:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T23:20:10.000Z (about 4 years ago)
- Last Synced: 2025-01-07T15:43:59.116Z (12 months ago)
- Language: Shell
- Size: 6.92 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# universal-api
----
[](https://github.com/ellerbrock/open-source-badges/)
[](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://github.com/wisehackermonkey/universal-api/graphs/contributors)
##### Made with [contributors-img](https://contrib.rocks).
-----------------
# License
#### MIT © wisehackermonkey
[](https://opensource.org/licenses/MIT)
```bash
by oran collins
github.com/wisehackermonkey
oranbusiness@gmail.com
11/9/2021
```