kkinnebrew / human-api-feed

Human API Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Manager Code Project

The following single page application allows the management of a list of users and their associated application tokens. Each user's email and password can be defined along with 0 or more application tokens. Timestamps for user creation and edits are also stored.

Setup Instructions

  • Download dependencies

npm install

Install node / npm here if you don't already have it: https://nodejs.org/

  • Build and run

gulp server

  • The app should launch at http://localhost:8888. Use the Add button on the left to add users, and the Generate Token button on the right to add new application tokens

Copyright © 2015 Kevin Kinnebrew.

About

Human API Project


Languages

Language:JavaScript 64.2%Language:CSS 21.4%Language:HTML 14.4%