Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johno/api
- Owner: johno
- License: mit
- Created: 2015-05-05T18:18:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-13T11:48:35.000Z (about 8 years ago)
- Last Synced: 2024-10-19T17:50:07.612Z (3 months ago)
- Language: JavaScript
- Homepage: http://johnotander.com/api/data.json
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
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 RequestCrafted with <3 by [John Otander](http://johnotander.com) ([@4lpine](https://twitter.com/4lpine)).