Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leinerud/framer.iosnotification
- Owner: leinerud
- Created: 2015-03-29T19:12:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T20:01:50.000Z (over 9 years ago)
- Last Synced: 2024-05-07T01:32:03.791Z (6 months ago)
- Language: JavaScript
- Size: 883 KB
- Stars: 22
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-framer - framer.iosnotification - Framer module that mimics an iOS notification. (Modules)
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"
````