okassa / JavaMagazineSample

Oracle JET based sample application for Java Magazine article

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Magazine Sample Application

This is a simple sample applicaton based on the Oracle JavaScript Extension Toolkit (JET). The sample uses a free REST API provided by the US Government at http://api.data.gov to show a list of the different types of alternative fuel stations located in the city and state that you provide. The resulting data is shown in a Pie chart by default with an option to change to a bar chart display. You can click on any item in the legend of the chart to hide or show that item.

final app screenshot one final app screenshot two

Prerequisites

Installation

After cloning the repository, change to the root of the application and type

npm install
bower install
grunt bowercopy

To build and run the application in a browser type

grunt build
grunt serve

The serve command will provide livereload for any files that are changed under the /src folder.
If you add or remove files, you will need to run the build again.

About

Oracle JET based sample application for Java Magazine article

License:Universal Permissive License v1.0


Languages

Language:JavaScript 77.3%Language:HTML 22.3%Language:CSS 0.4%