Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/char2sgu/pennfoster-helper
- Owner: Char2sGu
- License: apache-2.0
- Created: 2022-03-14T10:38:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T10:21:20.000Z (over 2 years ago)
- Last Synced: 2024-04-08T01:49:40.795Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.79 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```