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

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.

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