Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 Request

Crafted with <3 by John Otander ([@4lpine](https://twitter.com/4lpine)).