GithubHelp home page GithubHelp logo

exist-sleep-cycle's Introduction

Sleep Cycle -> Exist

Setup

You need Node installed. All of this you only need to do once:

  1. Clone the git repo locally
  2. npm install
  3. Create a new Exist app with Allowed Attributes of: Time asleep, Time in bed, Bedtime, Wake time
  4. Follow the instructions in the Exist API docs to generate an OAuth2 Bearer token for your app
  5. Create a .env file with the contents EXIST_BEARER_TOKEN=your_token_here
  6. node claim_attributes.js

You should get this output from the final command:

Sending request to acquire sleep attributes...
{ failed: [],
  success:
   [ { active: true, name: 'sleep' },
     { active: true, name: 'sleep_start' },
     { active: true, name: 'sleep_end' },
     { active: true, name: 'time_in_bed' } ] }

If you do, you're ready to go!

Usage

  1. Export a fresh CSV of your sleep data from Sleep Cycle by going to Settings -> Advanced -> Database -> Export database
  2. Place the sleepdata.csv file in your project directory
  3. node index.js

After several seconds you should see output from the Exist API saying that the attribute update was a success!

Each time you run this, it will send your entire database to Exist, as it has no state to remember what it has already sent. This is probably terrible and I imagine might not work if you have too much data. In that case you could simply split up your csv in to multiple files and run them one at a time.

exist-sleep-cycle's People

Contributors

joshsharp avatar overloadut avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.