Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leinerud/framer.iosnotification

A framer module that mimics an iOS notification.
https://github.com/leinerud/framer.iosnotification

Last synced: 3 months ago
JSON representation

A framer module that mimics an iOS notification.

Awesome Lists containing this project

README

        

# framer.iosnotification
A framer module that mimics an iOS notification.

![Gifs is making our lifes better] (https://raw.githubusercontent.com/leinerud/framer.iosnotification/master/screenshot-animation.gif)

## Installation
Put iOSNotification.coffee in the modules folder.

## Usage
Require the module:
````
module = require("iOSNotification")
````

Run the function when you want a notification (showNotification(appname, timeago, message, imagepath):
````
module.showNotification("My awesome app name", "now", "This is the message", "images/icon.png"
````