Coder Social home page Coder Social logo

maf1981 / mmm-domaining-sedo-lists Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 5 KB

MagicMirror² module: Display a list of current top domains from Sedo (via RSS)

CSS 26.25% JavaScript 73.75%
sedo domains domain-discovery magicmirror2 magic-mirror-modules magicmirror domaining

mmm-domaining-sedo-lists's Introduction

MMM-Domaining-Sedo-TopDomains

Displays a list of current top domains / recently sold domains and current auctions from Sedo by using the files provided in the Sedo integration area. For example all German files: https://sedo.com/txt/topdomains_d.txt https://sedo.com/txt/recentlysold_d.txt https://sedo.com/txt/auctions_de.txt

Using the module

To use this module, add it to the modules array in the config/config.js file:

modules: [
 {
	module: 'MMM-Domaining-Sedo-Lists',
	position: 'top_right', // This can be any of the regions.
	header: "Sedo.com",
	config: {
		lists: [
			{
				title: "Top Domains (de)",
				url: "https://sedo.com/txt/topdomains_d.txt"
			},
			{
				title: "Verkaufte Domains (de)",
				url: "https://sedo.com/txt/recentlysold_d.txt"
			},
			{
				title: "Domain Auktionen (de)",
				url: "https://sedo.com/txt/auctions_de.txt"
			}
		],
		updateInterval:  1440 * 60 * 1000, // every 24 hours
		slideListInterval: 2000,
		numberOfItemsPerList: 5,
		encoding: "UTF-8" //ISO-8859-1
	}
   }
]

mmm-domaining-sedo-lists's People

Contributors

maf1981 avatar

Stargazers

 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.