ankianan / Checkin

A decentralized geotaggin app made on Blockstack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checkin

Its a geo-tagging app, where one can checkin a message tagged to certain location. The checkin will act as a memory for the user.

User can anytime see all his previous checkins or checkins done nearby.

Deployed at

https://gallant-murdock-77cfc4.netlify.com/

App features

  • Make checkin
  • View your checkins
  • View other's checkins (WIP)

Planned improvements

  • Security
    • Permission model (Personal and publick checkins)
    • Encryption
  • UI Engagement
    • Show name location, than just lat long.
    • List messages, with date, time and venue details.
    • Allo photo checking
    • Push notification
  • UI Reliability
    • Offline access

TechStack

  • Blockstack
  • HyperHTML

Install

npm install

Build

  1. npm run start:build: Start webpack, build and exit
  2. npm run start:watch : Start webpack in watch mode
  3. node server.js : Start server at http://localhost:8081

Test

npm run test : Single test run

npm run test:watch : Watched test run

About

A decentralized geotaggin app made on Blockstack


Languages

Language:JavaScript 94.0%Language:CSS 4.7%Language:HTML 1.4%