Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johno/scrutinize-api
A JSON API that returns scrutinize data for the url specified.
https://github.com/johno/scrutinize-api
Last synced: 2 months ago
JSON representation
A JSON API that returns scrutinize data for the url specified.
- Host: GitHub
- URL: https://github.com/johno/scrutinize-api
- Owner: johno
- License: mit
- Created: 2015-01-15T23:51:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-01T18:56:33.000Z (almost 10 years ago)
- Last Synced: 2024-10-19T17:49:29.230Z (3 months ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scrutinize API
A JSON API that returns [scrutinize](https://github.com/johnotander/scrutinize) data for the url specified.
#### See it in action
## Installation
```
git clone https://github.com/johnotander/scrutinize-api.git && cd scrutinize-api
npm i && npm start
```## Usage
```
curl 'http://localhost:3030?url=furtive.co'
open 'http://localhost:3030?url=furtive.co'
```## License
MIT
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull RequestCrafted with <3 by John Otander ([@4lpine](https://twitter.com/4lpine)).