https://github.com/chadxz/my-api
a personal proxy api for various 3rd-party api services across the web
https://github.com/chadxz/my-api
javascript lastfm nodejs pinboard pocket
Last synced: 7 months ago
JSON representation
a personal proxy api for various 3rd-party api services across the web
- Host: GitHub
- URL: https://github.com/chadxz/my-api
- Owner: chadxz
- Created: 2013-09-08T04:53:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T06:04:49.000Z (10 months ago)
- Last Synced: 2025-03-16T08:02:05.529Z (7 months ago)
- Topics: javascript, lastfm, nodejs, pinboard, pocket
- Language: JavaScript
- Size: 1.11 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-api
[![Build Status][Build Status Image]][Build Status Link]
[![Codecov][Codecov Image]][Codecov Link]
[![Greenkeeper Badge][Greenkeeper Image]][Greenkeeper Link]A personal REST API used to cache api data and provide unauthenticated
programmatic access to data about me across various services that I use.[Build Status Image]: https://travis-ci.org/chadxz/my-api.svg?branch=master
[Build Status Link]: https://travis-ci.org/chadxz/my-api
[Codecov Image]: https://img.shields.io/codecov/c/github/chadxz/my-api.svg
[Codecov Link]: https://codecov.io/gh/chadxz/my-api
[Greenkeeper Image]: https://badges.greenkeeper.io/chadxz/my-api.svg
[Greenkeeper Link]: https://greenkeeper.io/Coming soon:
- Pocketcasts integration
- Revamp for ES7
- integrated website### deployment
This app is currently being deployed to zeit now, backed by redis labs free
redis instance. It can be viewed at [https://chadxz.now.sh](https://chadxz.now.sh)