Created
August 24, 2022 14:23
-
-
Save tonyspiro/0822dc167019b36af44a4b76080302b6 to your computer and use it in GitHub Desktop.
Connect to your Cosmic Bucket
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const bucket = api.bucket({ | |
slug: "YOUR_BUCKET_SLUG", | |
read_key: "YOUR_BUCKET_READ_KEY", | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment