vikaskyadav / bloom-login

A demo app for bloom kit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

superman's bloom app

Bloom Sharekit test app

About

This is a sample project to test Bloom Sharekit

This project uses Feathers. An open source web framework for building modern real-time applications.

Deploy to heroku

This app can be deployed to heroku using the deploy button below.

Deploy

Getting Started

Getting up and running is as easy as 1, 2, 3.

  1. Make sure you have NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/bloomcheck; npm install
    
  3. Start your app

    npm start
    
  4. Local development will use ngrok to tunnel an external domain to localhost. Use that url to access the page so Bloom callback would work with localhost development. The ngrok url will be printed to console on application start as shown below.

info: Feathers application started on http://localhost:3030
https://3bd765ed.ngrok.io



Frontend

Run browserify app.js -o bundle.js from bloomcheck/public folder to generate bundle.js.

Screenshots

License

Copyright (c) 2018

Licensed under the MIT license.

About

A demo app for bloom kit.

License:MIT License


Languages

Language:JavaScript 99.9%Language:HTML 0.1%