NPM package with an emphasis on physics and its formulas. Full English language support and ease of understanding for laypeople and students. Links for learning the formulas and easy access.
Install | Technologies | Physics Content | Goals | Functions | Contributors | Access | Licence
Installation using npm installation command:
$ npm i physics-formulas-hs
- Vectors
- Uniform Motion
- Transmitting knowledge of physics to laypeople
- Helping programmers with "ready-made codes"
- Create interdisciplinarity between programming and physics
- Practice Javascript and remember the concepts of physics
- Facilitates professional development
const physics = require('physics-formulas-hs');
import physics from 'physics-formulas-hs';
//Both forms of import are valid !!
physics.averageVelocity(10, 2, "km/h"); // --> 5 km/h
physics.averageAcceleration(100, 5); // --> 20 m/s²
-
Creator: Yuji Yashima
-
Fork this repository;
-
Clone our repository:
$ git clone https://github.com/YujiYashima/physics-formulas-hs.git
-
Create a branch with your feature:
$ git checkout -b my-feature
-
Commit your changes:
$ git commit -m 'feat: My new feature'
-
Push your branch:
$ git push origin my-feature
-
Go to Pull Request of the original project and create a pull request with your commit;
OR
- Do a Issue
Any modifications or help are welcome. I want to improve the project and build a package that is easy to understand and very complete. I hope to have help from the community 💙 💙
Access the following addresses in order to deepen your knowledge:
Physics is in everything: the apple that falls from the tree, the magnetism that turns your compass and even the molecules in your body. Physics is everything ❤️