Giter VIP home page Giter VIP logo

gnag-website's People

Contributors

btkelly avatar dtrenz avatar stkent avatar

Stargazers

 avatar  avatar

Watchers

 avatar

gnag-website's Issues

Add a controller for Bintray API access

We know we would at least like to be able to reference the current version of Gnag. To do this we need to pull this information from Bintray. Add a controller to make the call to https://api.bintray.com/packages/btkelly/maven/gnag-gradle-plugin/versions/_latest and parse the JSON response to return the latest version number.

Example JSON:

{
	"name": "1.2.3",
	"desc": null,
	"package": "gnag-gradle-plugin",
	"repo": "maven",
	"owner": "btkelly",
	"labels": [
		"android",
		"java",
		"gradle",
		"github"
	],
	"attribute_names": [],
	"created": "2016-11-29T19:35:32.317Z",
	"updated": "2016-11-29T19:35:44.332Z",
	"released": "2016-11-29T19:35:27.000Z",
	"ordinal": 18
}

Code clean up

This project was started using a Play Framework example and there is still a bunch of unrelated code scattered throughout the project. This should be removed and the README should be updated from the example one.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.