Skip to content

LostInBrittany/gophers-api-watcher

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
img
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Gophers API Watcher

Gophers API Watcher

A frontend for Gopher API.

Gophers API Watcher

This webcomponent follows the open-wc recommendation.

Gitpod integration

Open in Gitpod

Installation

npm i gophers-api-watcher

Usage

<script type="module">
  import 'gophers-api-watcher/gophers-api-watcher.js';
</script>

<gophers-api-watcher></gophers-api-watcher>

Scripts

  • start runs your app for development, reloading on file changes
  • start:build runs your app after it has been built using the build command
  • build builds your app and outputs it in your dist directory
  • test runs your test suite with Web Test Runner
  • lint runs the linter for your project
  • format fixes linting and formatting errors

Tooling configs

For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.

About

A frontend for Gophers API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published