Skip to content

Commit ff05998

Browse files
authored
Updated API Set-up details in Readme
1 parent 3c3fa56 commit ff05998

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following **NuGet** packages are necessary to build and run this project:
3737

3838
## Steps To Run
3939

40-
Please follow the following steps to run the project in **Visual Studio 2019**
40+
Please follow the following steps to run the project in **Visual Studio Community 2019**
4141

4242
1. Clone the repository to a location of your preference
4343

@@ -59,12 +59,14 @@ Please follow the following steps to run the project in **Visual Studio 2019**
5959

6060
*Note: Since we have the **Secrets.cs** file, you will not need to create an Environment Variable (as specified in the Quickstart) separately*
6161

62-
If you are a **full-time student**, you can avail the [Azure For Students](https://aka.ms/a4s) offer and receive **$100 worth of Azure credits** as well as various free developer tools
62+
If you are a **student at an accredited higher education institution**, you can avail the [Azure For Students](https://aka.ms/a4s) offer and receive **$100 worth of Azure credits** as well as various free developer tools. The **Free Tier** of the **Azure Computer Vision resource** that I have used here offers **5000 free transactions per month** at a maximum rate of **20 transactions per minute**.
6363

6464
* In order to set up your **free credentials** for the **JDoodle Compiler API**, please visit the following link: [Compiler API](https://www.jdoodle.com/compiler-api/)
6565

6666
You can view the [JDoodle Compiler API Documentation](https://docs.jdoodle.com/compiler-api/compiler-api) to understand how the API works so that you can tweak the app for your personal purposes too
6767

68+
All Jdoodle account holders subscribed to the **Free Plan** can execute **upto 200 API Calls per day** to the **JDoodle Compile API**.
69+
6870
## User Interface of the Application
6971

7072
The application consists of the various Content Pages that the user sees when they use the app. The details and purpose of each page that the user will come across as well as the flow in which these pages will occur have been documented in the [README.md file in the CodeCapture/CodeCapture/ folder](https://github.com/adityaoberai/CodeCapture/blob/master/CodeCapture/CodeCapture/README.md).

0 commit comments

Comments
 (0)