Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

View a list of national parks, national monuments, and other natural and cultural resources by state. Implements Mapbox and National Park Service APIs.

Notifications You must be signed in to change notification settings

RunHannah/national-park-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

National Park Service

Deployed here: National Park Service

View a list of national parks, national monuments, and other natural and cultural resources by state. Based on the official NPS.gov site's Women's History Month landing and park list pages.


Technologies Used

Application: React, Node.js, Express, JavaScript, HTML, CSS
APIs: National Park Service, Mapbox

Install

# Create .env file at the root of your directory and set value of API keys to
    NPS_API_KEY
    REACT_APP_MAPBOX_API_TOKEN

# Install dependencies for server
$ npm install

# Install dependencies for client
$ npm run client-install

# Run the client & server with concurrently
$ npm run dev

# Server runs on http://localhost:5000 and client on http://localhost:3000
Author: RunHannah
License: MIT License

About

View a list of national parks, national monuments, and other natural and cultural resources by state. Implements Mapbox and National Park Service APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published