Skip to content

tas12/jg-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JustGiving: View charities by category

A web app using the JustGiving API to display charities registered on JustGiving.

https://just-giving.herokuapp.com

Installation

  • Create a config.env file in the root directory.

    Add the following:

    PORT=[choose port]
    JUST_GIVING_BASE_URL=api.sandbox.justgiving.com
    JUST_GIVING_API_KEY=[your api key]
    

+ Have Webpack installed globally: `npm i -g webpack`

+ Install dependencies: `npm i`

+ Build javascript file: `webpack`

+ Create cert.pem and key.pem files. Add them to lib/certs

+ Start the server: `npm start`

## Wireframes

![](img/jg-app.png)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors