Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sukaato/simply-redirection
Easy redirection for your website
https://github.com/sukaato/simply-redirection
Last synced: 11 days ago
JSON representation
Easy redirection for your website
- Host: GitHub
- URL: https://github.com/sukaato/simply-redirection
- Owner: Sukaato
- License: mit
- Created: 2019-08-12T16:37:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T12:33:00.000Z (over 5 years ago)
- Last Synced: 2024-11-10T09:14:05.394Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README-FR.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# auto-redirection ![version][img-version] [![license][img-license]][link-license]
> Un JS pur, une redirection facile pour votre site web ! ![License][link-license] |
[Github][link-repo] |
[Auteur][link-author] |
[Site][link-site]Ce readme est disponible en : [Anglais][link-readme]
## Installation
Dans votre projet, dans le head de votre document html tapez simplement :```html
```
Ou vous pouvez créer un sous-module dans votre projet avec ce [lien][link-gist]## Utilisation basique
```htmlnew Redirection("fr-FR", "en-US").redirect("index.html")
new Redirection(["fr-FR", "en-US"]).redirect("index.html", 2)
new Redirection().redirect("https://github.com/Sukaato")
new Redirection().redirect("https://github.com/Sukaato", 2)
```## Contribuer
Un grand merci à [TheEmrio][link-emrio] pour le nouveau système de redirectionN'hésitez pas à contribuer au projet !
Veuillez suivre les [directives][link-contrib] pour contribuer !
## À faire
Les fonctionnalités suivantes ne sont pas encore implémentées :- afficher le temps avant la redirection sur la page
## License
Ce projet est sous licence [MIT License][link-license].[link-license]: https://github.com/Sukaato/auto-redirection/blob/master/LICENSE
[link-repo]: https://github.com/TheEmrio/minecraft-js
[link-author]: https://github.com/Sukaato
[link-site]: https://sukaato.github.io/
[link-emrio]: https://github.com/TheEmrio
[link-contrib]: https://github.com/Sukaato/auto-redirection/blob/master/CONTRIBUTING.md
[link-readme]: https://github.com/Sukaato/auto-redirection/blob/master/README.md
[link-gist]: https://gist.github.com/Sukaato/64f24a7739ce6a094ebaa45b9c7fc022[img-version]: https://img.shields.io/badge/ver.-pre%20relase%200.2.1-blue
[img-license]: https://img.shields.io/npm/l/minecraft-lib.svg