Tools required to do my job
Homepage Azure (currntly offline!) and Fly.io
This project will:
- Calculate molar mass of compounds
- Balance chem equations
To get the information of a all elements follow the link: https://chemhelp-node-rest-api.azurewebsites.net/api/elements
To get the information of a single element use the default route (api/elements) + the element symbol.
Example
https://chemhelp-node-rest-api.azurewebsites.net/api/elements/H
Some test were run using Jest for the routes defined. So far the mass of two or more elements can be obtained. Yet to be implemented...
It was deploy on Azure using Azure app services and AzureCosmosDB for MongoDB.
Alexis Ruiz (https://github.com/alfaruga)
- References FullStackOpen : (https://wwww.fullstackopen.com/)
