Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johno/api

An API for data about me
https://github.com/johno/api

Last synced: 2 months ago
JSON representation

An API for data about me

Awesome Lists containing this project

README

        

# johno-api [![Build Status](https://travis-ci.org/johnotander/api.svg?branch=master)](https://travis-ci.org/johnotander/api)

An API for data about me (used to build my splash page).

## Installation

```js
npm i --save johno-api
```

## Usage

```sh
curl -H "Accept: application/json" http://johnotander.com/api/data.json
```

## Acknowledgements

Inspired by, and adapted from, [jxnblk](https://github.com/jxnblk/api) and [mrmrs](https://github.com/mrmrs/api).

## License

MIT

## Contributing

1. Fork it ( http://github.com/johnotander/api/fork )
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](http://johnotander.com) ([@4lpine](https://twitter.com/4lpine)).