https://github.com/thecommieaxolotl/escapist
A web-safe utility to quickly navigate users off the page.
https://github.com/thecommieaxolotl/escapist
Last synced: 3 months ago
JSON representation
A web-safe utility to quickly navigate users off the page.
- Host: GitHub
- URL: https://github.com/thecommieaxolotl/escapist
- Owner: TheCommieAxolotl
- Created: 2022-11-17T19:07:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T19:07:34.000Z (over 2 years ago)
- Last Synced: 2025-01-16T10:36:07.129Z (5 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# escapist
A web-safe utility to quickly navigate users off the page.(without just going to [Google](http://google.com))
## Usage
```javascript
import "escapist";// you can optionally configure the behavior
escapist.config = {
engine: "bing",
topics: ["cats", "dogs", "birds"],
}escapist(); // will navigate to a page like 'cool birds' or 'cute cats'
```