Skip to content

marc-arnoult/vue-weather-module

Repository files navigation

Vue Weather Module

Build Status

Usage

<template>
    <div>
        <weather city="Paris" apiKey="random" />
    </div>
</template>

<script>
import Weather from 'vue-weather-module'
import Vue from 'vue'

Vue.use(Weather)

...
</script>

Props

Props Type Default Description
apiKey String, required - secret key to consume API endoint
city String, required - the city location of the weather

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published