Git Product home page Git Product logo

Comments (6)

Prakhar9450 avatar Prakhar9450 commented on July 28, 2024

Please assign me this issue

from dikkenek-quotes.

PratyayDhond avatar PratyayDhond commented on July 28, 2024

I can do this, give me a bit more information about this in short

from dikkenek-quotes.

PavvanPradeep avatar PavvanPradeep commented on July 28, 2024

can you assign this issue to me

from dikkenek-quotes.

adarsh-kishore786 avatar adarsh-kishore786 commented on July 28, 2024

For running this application, nodejs must be installed in the system, which can be downloaded from the official nodejs website.

We also need to have the npm package unique-random-array which can be installed via

npm install unique-random-array

For testing on src/index.test.js we need to have the jest unit-testing package

npm install --save-dev jest

and make a change in package.json

"scripts": {
  "test": "jest"
}

Then, by running npm test we can do unit testing.

For including this application in any other program, we can require it and use its random function. For example

console.log(random(2));

This is what I have understood and if you assign this to me, then I can write it in README as instructions to install and run program.

from dikkenek-quotes.

Popovkov57 avatar Popovkov57 commented on July 28, 2024

Hi @adarsh-kishore786 , @PratyayDhond , @PavvanPradeep and @Prakhar9450

No need to assign the issue. It's open source.

To contribute, see this.

Best regards.

from dikkenek-quotes.

Popovkov57 avatar Popovkov57 commented on July 28, 2024

Issue closes. Thanks @adarsh-kishore786

from dikkenek-quotes.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.