Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
/ code-gov-repos-parser Public archive

DEPRECATED πŸ›‘ - Parse out information from code.gov repos

Notifications You must be signed in to change notification settings

GSA/code-gov-repos-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

DEPRECATED

This project repo is no longer being maintained. For more information on code-gov repos, go to GSA/code-gov.

code-gov-repos-parser

Parse out information from code.gov repos

Why?

Repeating a lot of code between front-end and code-gov-data

Usage

import { getAgencies } from '@code.gov/repos-parser

fetch("https://api.code.gov/repos?api_key=DEMO_KEY")
.then(response => response.json())
.then(data => data.repos)
.then(getAgencies)
.then(console.log)

Contact

[email protected]

About

DEPRECATED πŸ›‘ - Parse out information from code.gov repos

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published