Rohit Gowda 4 years ago
parent
commit
b84c48c1dd
1 changed files with 7 additions and 7 deletions
  1. 7 7
      README.md

+ 7 - 7
README.md

@@ -10,35 +10,35 @@ The COSN serves as base network and provides the user base as well as the connec
 The PPOSN is established above, providing the users with means of communication beyond the knowledge of the provider of the COSN.
 Simply put, the objective of HOSN is providing the users of COSNs with additional means of privacy control by establishing a PPOSN on top of the COSN.
 
-## Third Party Services
+### Third Party Services
 Throughout this application we have used several third party services. For all the features od this application to works as expected we require that these third party sevices also function correctly. Below we mention list of all these services used
 
-1. Twitter API
+- Twitter API
 In order access Twitter via third party app we need to request acces via twitter developer account.
 After the request has been approved unique keys, these keys have been used in our app in these file.
 
 HOSN-app\app\src\providers\twitter-api\twitter-api.ts
 
-2. Firebase
+- Firebase
 In order to interact with the twitter API we need a hosting URL. Firebase provides us with hosting URL. Once the app is hosted on firebase it generate configuration keys. These keys are found in the below file 
 
 HOSN-app\app\src\providers\auth\auth.ts
 
-3. IPFS Infura
+- IPFS Infura
 
 HOSN-app\app\src\providers\p2p-storage-ipfs\p2p-storage-ipfs.ts
 
-4. OpenPGP
+- OpenPGP
 Although generation of PGP keys done offline, Publishing the same public key requires the PGP server to be up and running. Please find the URL in the file below.
 
 HOSN-app\app\src\providers\pgp-key-server\pgp-key-server.ts
 
-5. GUN
+- GUN
 GUN is hosted on heroku and an URL is generated. Which is unique to our application. This URL configured in file below
 
 HOSN-app\app\src\providers\p2p-database-gun\p2p-database-gun.ts
 
-6. Twit is the client we use to interact with the Twitter API. All requests to the Twitter API are done by Twit client
+- Twit is the client we use to interact with the Twitter API. All requests to the Twitter API are done by Twit client
 
 
 ### References