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

https://github.com/cloudflare-apps/a-better-browser

Let users know when their browser needs an upgrade!
https://github.com/cloudflare-apps/a-better-browser

cloudflare cloudflare-apps javascript

Last synced: about 7 hours ago
JSON representation

Let users know when their browser needs an upgrade!

Awesome Lists containing this project

README

          

# A Better Browser – Cloudflare App

Giving Cloudflare site owners a way to promote upgrading their old Internet Explorer browser.

## Usage

Install the dependencies with `npm install`

* `npm start` Watch for file changes and compile them.
* `npm run build` Compiles your JavaScript and CSS once for release.

## How to add a language
* Fork this repository
* Edit `translations.js` and your language in alphabetical order *(leave English at the top)*
* Commit your changes, preferably in one commit
* Make a pull request

Please do not change increase version or minify the file (we will do that ourselves).

## License

The contents are under the public domain. See [LICENSE](LICENSE) for more information.