Skip to content

Small node js application to read, write and remove profiles from a single data file.

License

Notifications You must be signed in to change notification settings

Greenvahn/profiler-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profiler-js

Small node js application to read, write and remove profiles from a single data file.

Run the application from your termainal an follow the steps. Each profile is contains Name, Surname and age and is read from the sample people.txt file.

The data file can be easily converted into a .CSV file since is a comma separated file.

There is an initial people.txt as sample file - it can be found inside of the data folder. Feel free to change the name of the data file but remember to update the path instance in profiler.js

const pathFile = path.join(__dirname, "data/people.txt");

Profiler.js has been created following the Node.js documentation.

Technologies

Project setup

Examples below made with yarn. Feel free to use npm.

yarn install

Runs profiler in the terminal

yarn profiler

About

Small node js application to read, write and remove profiles from a single data file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published