Skip to content

lorentzlasson/incident-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Visualizes incidents sent via IBM Internet of Things Foundation

Currently running on http://incident-visualizer.mybluemix.net/

Getting started

Install go.

Add iotfcreds.json to in the root dir. It should have the following format:

{
	"Org": "<org_id>",
	"Username": "<api-key>",
	"Password": "<auth-token>"
}

Run go run *.go

Deploy to Bluemix

Install cf cli.

Modify the host attribute in `manifest.yml (needs to be unique).

Run cf push from the root directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published