Skip to content

YujiYashima/physics-formulas-hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Physics Formulas (High School)

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   

Install

Installation using npm installation command:

$ npm i physics-formulas-hs

Technologies

Physics Content

  • Vectors
  • Uniform Motion

Goals

  1. Transmitting knowledge of physics to laypeople
  2. Helping programmers with "ready-made codes"
  3. Create interdisciplinarity between programming and physics
  4. Practice Javascript and remember the concepts of physics
  5. Facilitates professional development

Functions

EXAMPLES:

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²

NOTE: Complete documentation of all functions

Contributors and Contributions

Contribute to our project:

  • 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

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 💙 💙

In other languages

Access

Access the following addresses in order to deepen your knowledge:

Licence

MIT

Message

Fisica no Mundo

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 ❤️

About

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.

Topics

Resources

License

Stars

Watchers

Forks