Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julian-chu/weatherapp-vue-dotnetcore
https://github.com/julian-chu/weatherapp-vue-dotnetcore
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/julian-chu/weatherapp-vue-dotnetcore
- Owner: Julian-Chu
- Created: 2020-05-11T23:01:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:24:08.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T17:12:09.603Z (7 months ago)
- Language: C#
- Size: 484 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/Julian-Chu/weatherapp-vue-dotnetcore.svg?branch=master)](https://travis-ci.com/Julian-Chu/weatherapp-vue-dotnetcore)
# Overview
- Vuejs 2.X
- ASP.NET Core 3.1
# Install
```shell
npm run full-install
```
# Run
### frontend:
```shell
npm run client
```### backend
**backend app will get API key from environment variable, please set OPENWEATHER_APIKEY={your open weather api key} before run server**
```shell
// bash
OPENWEATHER_APIKEY={your open weather api key} npm run server
```
or
```shell
// windows command line
set OPENWEATHER_APIKEY={your open weather api key}
npm run server
```original template from: [link](https://www.themezy.com/free-website-templates/128-steel-weather-free-responsive-website-template)
modified by using css grid