0.2.2 • Published 5 years ago

alfred-toolkit v0.2.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

alfred-toolkit

A toolkit for alfred workflow development without dependencies

Quick Start

const alfred = require('alfred-toolkit')
const input = alfred.input // get user input
const {data} = await alfred.get(url) // fetch data
const {data} = await alfred.getJson(url) // fetch json data
await alfred.download(filePath, remoteUrl) // download file
0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago