Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit adbaadb

Browse files
committed
initial
0 parents  commit adbaadb

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Javascript / Typescript Seam API Library
2+
3+
Control locks, lights and other internet of things devices with Seam's simple API. Check out the documentation or [some examples](./examples)
4+
5+
## In Progress
6+
7+
This library is in progress!
8+

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "seamapi",
3+
"version": "0.0.0",
4+
"main": "index.js",
5+
"license": "MIT"
6+
}

0 commit comments

Comments
 (0)