Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```html

new 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 redirection

N'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