Git Product home page Git Product logo

anton-baby-data's Introduction

๐Ÿ‘ถ ๐Ÿผ Anton-Baby-Data

Monitoring baby data: sleep, nursing, urination, tantrums

Monitoring the vitals and activities of new borns is key to helping them grow healthy, and keeping the parent informed.

The app currently relies on Firebase to run. Implementation from less technical users is tricky at this point, but this is in the works to make the app easier to use and openly available to interested parents.

Right now, the way to use this is to fork and clone the repo. Make a free Firebase account and from the project directory deploy the project to the Firebase hosting.

Step by step instructions:

  • Fork and clone repo
  • Create a Firebase account and make an app
  • Add your app's URL to this line in app.js:
var firebaseDB = new Firebase('YOUR-URL-HERE');
  • copy those rules to your Firebase app
{
  "rules": {
    ".write": "auth != null",
    ".read" : "auth !=null"
  }
}

This tells the app to only allow authorized users to view and edit data.

  • Add yourself as a user in the "Login & Auth" section in Firebase
  • Deploy the app to Firebase hosting
npm install -g firebase-tools
cd PROJECT_DIR
firebase init
firebase deploy
  • Run the app, log in and add data. Data will be visible in realtime in Firebase.

Anton Baby Data is deployed in Firebase and can be previewed at:

https://anton-data.firebaseapp.com

Android App - simple webview apk, pointing to same URL as above:

https://www.dropbox.com/s/ty0v6hbuxsa107p/Anton-Baby-Data.apk?dl=0

Social Links

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.