Tiny and simple Nodejs TypeScript command line tool for weather app.
This app is a Nodejs TypeScript version of Andrew Mead's Nodejs ES6 WeatherApp.
On this version it enhances the back-end architecture, once it takes OOP architecture along side TypeScript and ES6 and 7 features, this project is taking the great advantage of working with TypeScript on the back-end with Nodejs.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Nodejs, NPM, TypeScript, GitBash or Linux command line interface, VSCode or your preferred Code Editor - Latest
It's an example object you should have in order to make the sensitive information hidden over the .gitkeep
directory, environments.
import { BuildDevEntity } from '../entities/build.interface';
export class BuildDev implements BuildDevEntity {
public apikeys;
constructor({...apikeys}) {
this.apikeys = {
googleAPIURL: 'https://maps.googleapis.com/maps/api/geocode/',
googleAPIKey: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
forecastIOURL: 'https://api.darksky.net/forecast/',
forecastIOKey: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
} || apikeys;
}
}
A step by step series of examples that tell you how to get a development env running
Say what the step will be
npm run init-project
More to be explored soon.
More to be explored soon.
More to be explored soon.
more to be explored soon.
- TypeScript - TypeScript language
- Nodejs - Main environment platform
- NPM - Dependency Management
- Yargs - Interactive command line tools
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use Gitlab for versioning. For the versions available, see the tags on this repository.
- Thiago Lima - Initial work - Thiago Lima
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Used by great companies for grea commannd line tools
- Making better tools for the best user experience
- With love