Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xinsnake/inbrowser.tools
Stop trusting tools and utilities given by random website! Use https://inbrowser.tools to protect your data.
https://github.com/xinsnake/inbrowser.tools
Last synced: 8 days ago
JSON representation
Stop trusting tools and utilities given by random website! Use https://inbrowser.tools to protect your data.
- Host: GitHub
- URL: https://github.com/xinsnake/inbrowser.tools
- Owner: xinsnake
- License: mit
- Created: 2018-05-02T13:04:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T23:36:09.000Z (over 2 years ago)
- Last Synced: 2023-08-11T18:19:15.883Z (over 1 year ago)
- Language: JavaScript
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inbrowser.tools
Stop trusting tools and utilities given by random website! Use https://inbrowser.tools to protect your data.
## Project philosophy
- Security / privacy is the number one priority
- Everything happens in the browser
- JavaScript is inline and no post processing for readability
- Keep everything simple## Planned tools
- Random string generator
- UUID generator
- Json/Yaml converter
- ✓ Base64 converter## Want to contribute?
Please create a PR!
### To write code:
- Make sure you have working `grunt` and `http-server`
- Run `grunt` to start processing the `pug` template
- Execute `http-server ./dist -a 127.0.0.1 -p 3000` to enable server
- Visit `http://localhost:3000` to check your pages