chore: monorepo

This commit is contained in:
2018-08-30 19:00:59 -07:00
parent cc5e15dbb1
commit 9684309e6a
6 changed files with 57 additions and 23 deletions

View File

@@ -0,0 +1,7 @@
import leafly from './leafly.mjs';
async function scrape() {
await leafly();
}
scrape();