GithubHelp home page GithubHelp logo

justm0rph3u5 / filechangemonitor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cablej/filechangemonitor

0.0 2.0 0.0 3.21 MB

Continuous monitoring for JavaScript files

Home Page: https://filechangemonitor.io

JavaScript 73.87% CSS 0.34% HTML 24.58% Ruby 0.83% PowerShell 0.38%

filechangemonitor's Introduction

File Change Monitor

Never miss a feature update again

File Change Monitor detects changes in JavaScript files, notifying you when new API endpoints are added. This way, you can stay on top of latest changes across the web.

Hosted Version

For convenience, a hosted version is available at https://filechangemonitor.io.

Usage

After creating an account, you may add domains to monitor. Start by entering the base domain of a website. From here, File Change Monitor will scrape the site for JavaScript files and automatically begin monitoring files that have interesting content. File Change Monitor also checks for updates in filenames of dynamically-named files (i.e. application-198a3ef8943.js).

Installation

  1. Download the repository
  2. Install npm modules: npm install
  3. Install bower dependencies bower install
  4. Start up the server: node server.js
  5. View in browser at http://localhost:3000

Installing MongoDB

See https://docs.mongodb.com/manual/installation/.

Configuration

Copy .env.example into .env:

cp .env.example .env

Then, configure the following environment variables:

  • Generate a JWT token secret and set it as the TOKEN_SECRET value
  • Set MONGO_URI to the uri of your MongoDB database
  • Set SENDGRID_KEY to your Sendgrid API key
  • Configure AWS secrets (for s3 storage)

filechangemonitor's People

Contributors

cablej avatar

Watchers

James Cloos avatar Alexander avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.