Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wildlyinaccurate/dinosaurs-as-a-service
Dinosaurs as a service!
https://github.com/wildlyinaccurate/dinosaurs-as-a-service
Last synced: 5 days ago
JSON representation
Dinosaurs as a service!
- Host: GitHub
- URL: https://github.com/wildlyinaccurate/dinosaurs-as-a-service
- Owner: wildlyinaccurate
- Created: 2015-02-13T09:40:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T10:01:15.000Z (over 9 years ago)
- Last Synced: 2023-03-12T01:47:44.183Z (over 1 year ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dinosaurs as a Service
## THE HIGHLY ANTICIPATED DINOSAUR REST API
Based on the fantastic [jden/dinosaurs](https://github.com/jden/dinosaurs).
## Usage
```
$ node index.jsdinosaurs listening at http://:::8000
``````
$ curl -i localhost:8000/dinosaurs
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 4532
Date: Fri, 13 Feb 2015 09:59:38 GMT
Connection: keep-alive["acanthopholis","acrocanthosaurus","adasaurus",..."zizhongosaurus"]%
``````
$ curl -i localhost:8000/dinosaurs/6
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 13
Date: Fri, 13 Feb 2015 10:00:04 GMT
Connection: keep-alive"agilisaurus"%
```