Skip to content

InstantClick makes following links in your website instant.

License

Notifications You must be signed in to change notification settings

trgme/instantclick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing

Check out the roadmap to see what features need to be implemented.

Pull Requests

Look around the code to spot code convention (two spaces for tabs, no semicolons at the end of lines, etc.). I’ll need those to be respected to accept a pull request.

Adding a test to a pull request isn’t mandatory.

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 project’s root directory (not from the tests folder) and head to http://127.0.0.1:8000/tests/.

About

InstantClick makes following links in your website instant.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.0%
  • PHP 18.3%
  • CSS 2.1%
  • Makefile 1.6%