Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dieulot/instantclick
InstantClick makes following links in your website instant.
https://github.com/dieulot/instantclick
Last synced: 2 days ago
JSON representation
InstantClick makes following links in your website instant.
- Host: GitHub
- URL: https://github.com/dieulot/instantclick
- Owner: dieulot
- License: mit
- Created: 2013-11-23T10:08:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T14:25:22.000Z (over 6 years ago)
- Last Synced: 2024-10-29T15:49:03.077Z (about 2 months ago)
- Language: JavaScript
- Homepage: instantclick.io
- Size: 313 KB
- Stars: 5,509
- Watchers: 102
- Forks: 246
- Open Issues: 56
-
Metadata Files:
- Readme: ReadMe.md
- Contributing: Contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome - dieulot/instantclick - InstantClick makes following links in your website instant. (JavaScript)
README
# [InstantClick](http://instantclick.io/)
All the informations you need to use InstantClick are on the link above. This ReadMe’s purpose is about how to use and contribute to a development version of InstantClick.
## Tests
Tests (in the `tests` folder) are PHP-generated HTML pages with which to check how InstantClick behaves on different browsers. That’s what I use before releasing a new version to make sure there are no obvious regressions.
To access the suite of tests, run `php -S 127.0.0.1:8000` from the `tests` folder and head to [http://127.0.0.1:8000/](http://127.0.0.1:8000/).
## [Contributing](Contributing.md)
See the `Contributing.md` file.