Skip to content

nicet/jsonpath-evaluator-app

This branch is 8 commits behind ashphy/jsonpath-online-evaluator:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

56b6aed · Mar 30, 2023

History

71 Commits
Feb 21, 2022
Mar 30, 2023
Feb 21, 2022
Mar 24, 2022
Apr 25, 2020
Feb 8, 2015
Feb 8, 2015
Feb 18, 2022
Feb 18, 2022
Feb 7, 2015
Feb 18, 2022
Feb 18, 2022
Feb 18, 2022
Feb 18, 2022

Repository files navigation

JSONPath Online Evaluator CI

A playground for JSONPath

Requirements

  • node.js

Build on your environment

Artifacts placed under the build.

  $ npm install
  $ npm start # Starting the dev server
  $ npm run build # Building the static files

Run on docker

Public docker image is available

 $ docker run -d -p 8080:80 ashphy/jsonpath-online-evaluator:latest

Hosting static files

Download at releases.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

Author

Kazuki Hamasaki

About

JSONPath Evaluator App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.8%
  • HTML 32.1%
  • CSS 3.5%
  • Dockerfile 1.6%