Skip to content

happydata/nomielab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nomie Lab - Developer Preview

Nomie Lab is an open source HTML5 app interacting with data collected using Nomie. Personal private data is the heart of Nomie, but with making data private, we often lose the ability to access kick ass tools. Nomie Lab should solve that.

Nomie Lab Objective:

To provide a free, decentralized application to privately analyze, research and explore your personal Nomie data.

Installing Nomie Lab

You'll need Bower and Node/NPM installed to use Nomie Lab (for now).

git clone https://github.com/happydata/nomielab.git
cd nomielab
bower install
npm install

Run Nomie Lab

gulp serve

Adding a Datasource

  1. Click "Add Nomie Data"
  2. Select which data you'd like to use.
  3. Dropbox Export - a nomie dropbox backup file. Dropbox/Apps/Nomie
  4. CouchDB - Sync to a couchdb in real time (SWEET)
  5. CSV - Import a Nomie CSV Export (version 1.1 or higher)
  6. Refresh the page (this a bug), if you used CouchDB watch the console for the sync status;

App Structure

  • /src - Container of the app code
  • /src/index.html - the "one" page.
  • /src/app/
    • base - starter module
      • /base.js - start controller
    • Layouts
    • modules
      • /lab-map-me - an example module using map data
      • /nomie-overview - example module for datasources and charts
    • app.js - core app and routing

SASS

Sass files are automatically compiled when you run gulp serve.

  • /sass
    • _variables.scss - override any Twitter Bootstrap variables here
    • _app.scss - put one-off styles for the app here
    • _components.scss - keep any reusable components here (like buttons and whatnot)
    • app.scss - this file pulls it all together, you should leave this file alone.

Current Modules

Nomie Lab

Nomie Overview

This module simply displays a high level overview of your Nomie data.

Map Me

Map your Nomie experience over time.

Dear Diary

See your Note entries in a whole new light.

Datasource

Interacting with the current datasource NEED CONTENT

About

DEAD Project from Nomie 1 days - No longer maintained

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published