Built a simple playground consisting of:
- Bandit
- Plug.Router, Plug.Debugger, and Plug.ErrorHandler
- Req
Two playground urls:
/rest/json/cves/2.0
- Loads the NVD API key from the environment.
- Returns a JSON response.
/test/req
- Research for finding the body, status, and content type from a response.
Next Steps
- Formalize the NVD Lookup.
- Create an Mnesia database.