Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alct/noapi
Get structured information out of online services.
https://github.com/alct/noapi
Last synced: 5 days ago
JSON representation
Get structured information out of online services.
- Host: GitHub
- URL: https://github.com/alct/noapi
- Owner: alct
- License: gpl-3.0
- Created: 2016-06-20T12:49:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-11T10:14:17.000Z (about 8 years ago)
- Last Synced: 2024-08-02T12:43:46.594Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 24.4 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - alct/noapi - Get structured information out of online services. (others)
README
# NoAPI
The NoAPI library eases the process of getting structured information out of online services (such as Twitter) without using their public API.
Information wants to be free. Users should not be forced to use bloated, non-anonymous, APIs. This being said, behave respectfully and avoid querying their servers every second or on every page load, think about implementing a cache.
Hosted example: [Tweetwall using NoAPI](https://loconte.be/tmp/noapi/example/)
## Supported services
* [Twitter](doc/Twitter.md)
## Installing
```bash
composer require alct/noapi
```## License
[GPLv3](LICENSE)