Price and stock update on company website [closed] - web

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
My company website has a lot of products with different prices and I was wondering if there is any way that I would be able to link my website to multiple supplier websites so that when they delete and upload new products and prices, it will change on my company website automatically.
At the moment I am doing it manually, however, by the time I finish uploading a new lot of products have been uploaded and some old products deleted so I can't keep up.
Hope someone can help.
Thanks.

It seems that you are inserting and updating data in your website back end and then fetching it.
It will be better if you can ask APIs from your supplier websites and directly show data from APIs in your website.
In this case you can get data to your website as in your supplier website.

Related

I would like to track my microsoft access database so that a new database is implemented whenever there is any changes. I would like to use log [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 days ago.
Improve this question
I want to track my database in microsoft access. For instance, let us assume I have a database named DailyData, this database changes every day, I would like to track it, move it to Pre-Archive and imported a database Archive then I would like to compare the Pre-Archive database and Archive. Plus, I would like to use log in microsoft access. The process should keep going automatically.

how to integrate evo-calendar with node js? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
How to integrate the evo-calendar[https://edlynvillegas.github.io/evo-calendar/] with node.js and mongodb?
I read each and every documentation
About it but I didn't found anything.It seems silly question.But I am beginner with this, someone help me.thanks in advance.sorry for my poor English
Looking at the Evo Calendar homepage and the GitHub project page, all the docs refer to front-end only. This means that the part where data is written and retrieved from database is not included and you'd have to write it yourself. It makes sense for the project to handle the calendar data visual representation only, since there are dozens of scenarios, how the calendar data can be stored.
So, to move on with this, you'd need to write additional functions or methods to get the calendar working with back-end, think AJAX.

How to list all the domains in India under one website based on categories [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I need to list all the website links (domains) in India under one website based on categories.
You just cannot list 100% of Indian websites. If I understand what you want, you want something like a Web crawler for Indian domains. Another "google". But even big spiders like Google's, Yahoo's, Bing's spiders can't build a database of all the websites. They do this with algorithms (with partly published algorithms), but I think you need even more, because you need a 100% accurate database, so you would need to have to ask them from all domain registrars, but you obviously can't do that.
Even if it was possible I definitely would not do this for a client, but created a company for that. But I would say that's practically impossible.
What you can do is that you can search for a few thousands of sites and categorize them manually or build a small "spider".

Steam Store API [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I'd love to know if there is a steam API or something, that gets all current steam games and their price? I need to make a Steam Key Trading Bot that sells Steam Game Keys so I need prices of games and actual games to update automatically.
So what I'm asking is if anyone knows where I can get my hands on an automatic updating Steam Games and Pricelist.
I know this exists:
http://api.steampowered.com/ISteamApps/GetAppList/v0001
But it dosen't include price..
You can get detailed information about apps by making a request to
http://store.steampowered.com/api/appdetails?appids=<appid>
The JSON response contains a field called price_overview which holds the price- and discount-information.
However, you have to make this request for each app you want to check.
EDIT:
According to this post, the support for multiple appids has been removed and the api is limited to 200 requests per 5 minutes.

Measure the user experience of a website [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I know that this is no technical question, but since someone has posted a similar question here I thought it should be ok.
What I want to do is to measure the user experience of any website. Ideally, I would like to use some type of algorithm to get a number with a corresponding metric to evaluate the user experience.
I can think of some type of heuristics, e.g. if user gets a 404-error, the user experience is very low. On the other hand, if he or she buys something in an online store, the user experience is high. Of course this would not work if the page is e.g. a news page.
Does anyone of you know how I could calculate the user experience for websites?
Thanks in advance,
enne
What I understand from your question is that you want to measure the user experience based on technical terms, i.e.: number of views for a specific page, number of error pages showed to users, how many times a link has been clicked, what locations the users come from all over the world, and so on.
So, I think you are asking about website analytics, which you custom to do measurements for whatever you want, as famous examples for those tools:
Splunk
Google Analytics
Open Web Analytics (open source)
Please let me know if I answered your question.

Resources