You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/pages/Data/API.jsx
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ export default class API extends Component {
9
9
<divid="API">
10
10
<h2>Introduction</h2>
11
11
<p>
12
-
The Data USA API allows users to explore the entire database using carefully constructed query strings, returning data as JSON results. All of the visualizations on the page have a "show data" button on their top-right that displays the API call(s) used to generate that visualization. Additionally, the new <Linkto="/visualize">Viz Builder</Link> is a great way to explore what's possible. This page illustrates an example usage of exploring geographic data.
12
+
The Data USA API allows users to explore the entire database using carefully constructed query strings, returning data as JSON results. All of the visualizations on the page have a "show data" button on their top-right that displays the API call(s) used to generate that visualization.
13
+
{/* Additionally, the new <Link to="/visualize">Viz Builder</Link> is a great way to explore what's possible. This page illustrates an example usage of exploring geographic data. */}
0 commit comments