Scope
Create an API endpoint using an unfriendly provider.
Tasks
- Use a headless browser to log in with google oAuth ✅
- Pass the Text to summerize to application ✅
- Grab response from unfriendly provider and structure the response into what we need for return. ✅
- Create an API interface to enable this.
First Steps
- Lets try to get the existing app to push text
- Then change the existing app to take text as an input
- Make sure to grab the response.
- Structure the reponse in JSON
Final Steps
- Create a NEST API interface for this application logic
Some notes
- With this method of focus in 1.5 hours I’ve finished 90% of my tasks here. I started at 1:03:32 pm and now it is 2:27 pm