Skip to content

DCTechPonies/DCDNBHack2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Team Ponies!

####Check out our site @ (http://ponies.azurewebsites.net/)

We are a team destined for greatness. Or pizza. One of the two.

We are:

  • Max Fox (What does the fox say?)
  • Ken (What does he say?
  • Mohsin (Nothing. He says nothing.)
  • Josh Wilson (How should I know?)
  • Mark L (Ring-ding-ding-ding-dingeringeding!)
  • Test add

###Some links to check out

  1. D&B Android app
  2. D&B iPhone app
  3. D&B Dev Docs
  4. Hackathon link
  5. D&B Products and Features
    • Products and Features lists all available data types from D&B
  6. D&B Data Categories
    • Data Categories lists products grouped according to their data catagory/layer

###Some thoughts/App Ideas +We will be making something that allows the user to find similar companies to a company whose DUNS number they enter. They will be able to find different companies based on different sets of metrics.(Financial, Social, Etc.) based on different metrics.

  • Using Glass for the hackathon
    • Would you guys like to use Glass in the hackathon as part of the App? They have an Android/iOS app, but not a Glass one...

###Some code samples

var authToken;

var fnAuthenticate = function() {
	$.ajax({
		url: "https://maxcvservices.dnb.com/rest/Authentication",
		type: "POST",
		date: {
			"x-dnb-user": "ken.kopczyk@gmail.com",
			"x-dnd-pwd": "sandbox",
		},
		success: function(data, textStatus, jqXHR) {
			authToken = data.Authorization;		
			console.log("SUCCESS!");
		},
		error: function(jqXHR, textStatus, errorThrown) {
			console.log("FAILURE!");
		}
	});	
}

APIs to focus on:

  • Money related
  • Fraud/Overview related
  • Business connections related

About

BackUp Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5