Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/char2sgu/pennfoster-helper

A Chrome Extension to detect PennFoster exam questions and search for answers from Weegy.
https://github.com/char2sgu/pennfoster-helper

Last synced: about 1 month ago
JSON representation

A Chrome Extension to detect PennFoster exam questions and search for answers from Weegy.

Awesome Lists containing this project

README

        

# PennFoster Helper

A Chrome Extension to detect PennFoster exam questions and search for answers from Weegy.

![](res/screenshot.png)

## Development

```sh
git clone https://github.com/TheNightmareX/pennfoster-helper
npm i
npm run dev:client
```

As the initial HTML generated by Angular cannot pass the enforced Content Security Policy, we have to run a script to adjust the `index.html` after each build in a new terminal.

```sh
npm run script:csp
```