Skip to content

Instantly share code, notes, and snippets.

<html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<title>Assignment #7</title>
</head>
<body>
<div id="app">
<div class="container">
<github-user-card v-for="user in users" :username="user"></github-user-card>
@smccoy78
smccoy78 / states.json
Created July 28, 2016 16:19
States with Abbreviations - JSON
[
{
name: 'ALABAMA',
abbreviation: 'AL'
},
{
name: 'ALASKA',
abbreviation: 'AK'
},
{