Skip to content
/ flock Public

An API on top of multiple notification services to overcome repetitive building and platform idiosyncrasies.

Notifications You must be signed in to change notification settings

pollygot/flock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flock

Flock by Pollygot - An API on top of multiple notification services to overcome repetitive building and platform idiosyncrasies.

Docs

Full documentation found at https://dev.pollygot.com

Developing

Primarily so that we can use async/await, this repo uses Typescript to compile .ts files from ./src to ./nodes.

To create a new node, create the following:

./src/new-noded-name.ts
./nodes/new-noded-name.html

Then you can run npm run watch to compile the Typescript files. Don't update any JS files within the ./nodes directory as they will be overwritten.

Contributing

https://github.com/pollygot/flock

About

An API on top of multiple notification services to overcome repetitive building and platform idiosyncrasies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published