Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connorslade/noseapi
Satisfy all your nosing needs!
https://github.com/connorslade/noseapi
dog dogs nose
Last synced: 15 days ago
JSON representation
Satisfy all your nosing needs!
- Host: GitHub
- URL: https://github.com/connorslade/noseapi
- Owner: connorslade
- License: gpl-3.0
- Created: 2021-03-06T04:16:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-06T19:16:12.000Z (almost 4 years ago)
- Last Synced: 2024-05-03T01:29:01.036Z (8 months ago)
- Topics: dog, dogs, nose
- Language: JavaScript
- Homepage: http://mc.connorcode.com:8888/random
- Size: 91.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NoseAPI
Satisfy all your nosing needs!The best **DOG API**!
### API Usage
|Request|Description|
|-|-|
|[`http://mc.connorcode.com:8888/`](http://mc.connorcode.com:8888/)|Returns Dog Image URI and Dog Image Index|
|[`http://mc.connorcode.com:8888/random`](http://mc.connorcode.com:8888/random)|Returns Dog Image as Jpeg|
|[`http://mc.connorcode.com:8888/dog/1234`](http://mc.connorcode.com:8888/dog/1234)|Returns dog image `1234` as a Jpeg|### Host it yourself!
|#|Command|Description|
|-|-|-|
|0|`git clone https://github.com/Basicprogrammer10/NoseAPI.git`|Downlaod Sorce Code|
|1|`cd NoseAPI`|Go Into Nose API folder|
|2|`sudo docker build . -t basicprogrammer10/noseapi`|Build Docker Image|
|3|`sudo docker run -d -p 8080:8080 basicprogrammer10/noseapi`|Run Container with port 8080|