Skip to content

Commit 41d4697

Browse files
authored
docs: clarifies 3P API requirement (#637)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 5d29f53 commit 41d4697

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

capstone/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
For the next two weeks, you and your team will ideate and implement a working software system. You will have the opportunity to apply the skills that you have learned to solve an interesting problem or contribute a meaningful tool that improves our lives.
44

55
### Changelog
6+
- 5/9 @anthonydmays Clarified 3rd-party API requirement.
67
- 4/24 @anthonydmays Published initial version
78

89
### Technical Requirements
@@ -14,7 +15,7 @@ Your project submission must include the following elements:
1415
* Write unit tests achieving 80% code coverage (using JaCoCo for Java or Jest for Typescript).
1516
* Must have a working front-end that interacts with a back-end web service to retrieve and persist data.
1617
* Your app must be publicly accessible. It is recommended that you use [Vercel](https://vercel.com) or [Fly.io](https://fly.io) to deploy your apps.
17-
* The system must incorporate one third-party API.
18+
* The system must incorporate one third-party web API.
1819
* Your repo must include a README with the following elements:
1920
* The team
2021
* Screenshot

0 commit comments

Comments
 (0)