Skip to content

rayCoder08/bit-nexus-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Raymond Mi Date: 07-29-2025 Description: A website created to practice using public APIs, using Node.js and Express.js to host the website and handle HTTP requests, using EJS for templating, and using Bootstrap and CSS files for styling.

Instructions for use:

  1. Open up a bash terminal
  2. Change directory into this folder Example: cd "Public API Website"
  3. Install the relevant NPM modules using by typing this command: npm i
  4. Run Node.js on this website using:
    1. nodemon: type "nodemon index.js" in the command line
    2. native node: type "node index.js"
  5. Type localhost:5000 in your web browser to load up the website Note: if this website is being hosted on Github, use the relevant github link.

About

A prototype website for fetching bitcoin exchange rate data from the Blockchain Exchange Rate API. Uses Node.js, Express.js, and the Bootstrap framework. Users can convert between currencies, convert a currency to BTC, and view BTC exchange rate data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors