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

https://github.com/egoist/action.js

A sequence of actions you need in your web
https://github.com/egoist/action.js

Last synced: 8 months ago
JSON representation

A sequence of actions you need in your web

Awesome Lists containing this project

README

          

# action.js

A sequence of actions you need in your web

Check it out [here](http://kchanzen.github.io/action.js)

```bash
$ bower install action-js
```

```javascript
action.showModal('modal') # Specific an id to show off
action.closeModal()
action.showTip('hi') # Give a message as tip
action.closeTip() # Tip is automatically closed in 4s, so this might not be a must
```

## License

[MIT](/LICENSE).