-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.properties
More file actions
11 lines (11 loc) · 875 Bytes
/
library.properties
File metadata and controls
11 lines (11 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
# Fill in information about your library then remove # from the start of lines
# https://docs.particle.io/guide/tools-and-features/libraries/#library-properties-fields
name=ParticlePromise
version=0.0.3
author=Ben Veenema
license=MIT
sentence=Creates Javascript-like promises for webhook/API callbacks on the Particle ecosystem.
paragraph=Write a statement like, promise.create(sendWebhookFunc, "responseTopic").then(successFunc) and let the library keep track of calling your functions on return or calling different functions if the server doesn't respond. Can also accept inline functions (lambdas) so all of your API calling code is in one place.
url=https://github.com/bveenema/ParticlePromise
repository=https://github.com/bveenema/ParticlePromise
# architectures=a list of supported boards if this library is hardware dependent, like particle-photon,particle-electron